PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocument Class / save Method / save(Stream) Method
Destination stream.
In This Topic
    save(Stream) Method
    In This Topic
    Saves the PDF document to the specified stream.
    Syntax
    public void save( 
       Stream stream
    )

    Parameters

    stream
    Destination stream.
    Exceptions
    ExceptionDescription
    if a java.io.IOException appears during the save operation.
    See Also